HeaderFooterDrawing Class

Represents a drawing used in the header and footer of a sheet (drawingHF element).

Definition

Namespace: Independentsoft.Office.Spreadsheet
Assembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
C#
public class HeaderFooterDrawing
Inheritance
Object    HeaderFooterDrawing

Constructors

HeaderFooterDrawing Initializes a new instance of the HeaderFooterDrawing class.

Properties

CenterHeaderEven Gets or sets the shape id for the center section header on even pages.
CenterHeaderFirst Gets or sets the shape id for the center section header on the first page.
CenterHeaderOdd Gets or sets the shape id for the center section header on odd pages.
LeftHeaderEven Gets or sets the shape id for the left section header on even pages.
LeftHeaderFirst Gets or sets the shape id for the left section header on the first page.
LeftHeaderOdd Gets or sets the shape id for the left section header on odd pages.
RightHeaderEven Gets or sets the shape id for the right section header on even pages.
RightHeaderFirst Gets or sets the shape id for the right section header on the first page.
RightHeaderOdd Gets or sets the shape id for the right section header on odd pages.

Methods

Clone Creates a copy of the current object.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Overrides ObjectToString)

See Also